home *** CD-ROM | disk | FTP | other *** search
/ Champak 142 / Volume 142 Oct 17 2011 - Damaged.iso / Games / Fashion_Recall.swf / scripts / DefineButton2_689 / BUTTONCONDACTION on(press).as
Text File  |  2011-10-17  |  135b  |  6 lines

  1. on(press){
  2.    gotoAndStop(1);
  3.    _parent[_parent.item4name].gotoAndStop(1);
  4.    _parent.item4name = "bag" + (_currentframe - 1);
  5. }
  6.